net/http.http2StreamError.StreamID (field)

16 uses

	net/http (current package)
		h2_bundle.go#L1402: 	StreamID uint32
		h2_bundle.go#L1413: 	return http2StreamError{StreamID: id, Code: code}
		h2_bundle.go#L1418: 		return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
		h2_bundle.go#L1420: 	return fmt.Sprintf("stream error: stream ID %d; %v", e.StreamID, e.Code)
		h2_bundle.go#L5354: 			if st, ok := sc.streams[v.StreamID]; ok {
		h2_bundle.go#L5475: 	if st, ok := sc.streams[se.StreamID]; ok {
		h2_bundle.go#L5963: 		StreamID: st.id,
		h2_bundle.go#L9547: 			if cs := rl.streamByID(se.StreamID, http2notHeaderOrDataFrame); cs != nil {
		h2_bundle.go#L9608: 			StreamID: f.StreamID,
		h2_bundle.go#L9637: 			StreamID: f.StreamID,
		h2_bundle.go#L9965: 			StreamID: f.StreamID,
		h2_bundle.go#L9973: 			StreamID: f.StreamID,
		h2_bundle.go#L9982: 				StreamID: f.StreamID,
		h2_bundle.go#L10229: 				StreamID: f.StreamID,
		h2_bundle.go#L10705: 	return ctx.Framer().WriteRSTStream(se.StreamID, se.Code)
		h2_bundle.go#L11027: 			return se.StreamID